updating oE free_pointer_array
free_pointer_array
include machine.e namespace machine public procedure free_pointer_array(atom pointers_array)
Free a NULL terminated pointers array.
Parameters:
- pointers_array : memory address of where the NULL terminated array exists at.
Comments:
This is for NULL terminated lists, such as allocated by allocate_pointer_array. Do not call free_pointer_array for a pointer that was allocated to be cleaned up automatically. Instead, use delete.
See Also:
Not Categorized, Please Help
|